home *** CD-ROM | disk | FTP | other *** search
/ SunSoft Catalyst CDWARE 1996 May to August / Catalyst CDWARE 1996 May to August.iso / .products / IST / _text / manpage.txt < prev    next >
Text File  |  1996-02-27  |  5KB  |  105 lines

  1.      se(l)             MISC. REFERENCE MANUAL PAGES              se(l)
  2.      
  3.      NAME
  4.           se, SE - Information Systems Technologies - SysEdit
  5.      
  6.      SYNOPSIS
  7.           se [ -n[k][i][s] ] [ -c command ] [ -f command_filename ]  [
  8.           filename...  ]
  9.      
  10.      DESCRIPTION
  11.           se (SysEdit) is a display oriented text editor.  SysEdit can
  12.           run  as an interactive or stream editor and can edit TEXT or
  13.           BINARY files.  Interactive users can remap the  keyboard  as
  14.           desired,  build keyboard macros, execute command macros, log
  15.           changes, select and extract text, etc.
  16.      
  17.           File sizes are limited to 140 million Bytes.
  18.      
  19.           Line sizes are limited to 5096 bytes.  Lines exceeding  5096
  20.           bytes will be split into smaller lines.
  21.      
  22.           SysEdit operates in three user selectable  modes.   In  EDIT
  23.           mode  commands are executed to control and end the edit ses-
  24.           sion.  SCREEN mode is used for full screen  data  entry  and
  25.           modification.   LINE  mode  is used when a TERMCAP supported
  26.           display is not available.
  27.      
  28.           During an edit session all changes to the file are  done  in
  29.           memory and/or to a disk resident workfile image.
  30.      
  31.      OPTIONS
  32.           -nk         Request for No keyboard initialization.  SysEdit
  33.                       will  not  execute the ISTSE.$TERM keyboard ini-
  34.                       tialization command file at startup. Note:  Only
  35.                       one -n sub-command is allowed.
  36.      
  37.           -ni         Request for No initialization.  SysEdit will not
  38.                       execute the ISTSE.CFG command files at startup.
  39.      
  40.           -ns         Request for No SCREEN mode.   SysEdit  will  not
  41.                       allow entry into SCREEN mode during the session.
  42.      
  43.           -nkis       Request No Keyboard,  No  editor  initialization
  44.                       and no SCREEN mode.
  45.      
  46.           -c          Set up for stream editing (non-interactive  ses-
  47.                       sion) and take command or macro from the command
  48.                       line.  The command or command  macro  should  be
  49.                       enclosed  in  double quotes (").  SCREEN mode is
  50.                       disabled.
  51.      
  52.           -f          Set up for stream editing (non-interactive  ses-
  53.                       sion)  and  take  EDIT  mode  commands  from the
  54.                       filename supplied.  SCREEN mode is disabled.
  55.      
  56.      se(l)             MISC. REFERENCE MANUAL PAGES              se(l)
  57.      
  58.      ENVIRONMENT
  59.           The editor recognizes the environment variable PAGEPATH as a
  60.           path  to the directory where SysEdit temporary files will be
  61.           created.  The user must be  able  to  temporarily  store  at
  62.           least  filesize bytes.  The PAGEPATH is only checked once at
  63.           the beginning of the session.
  64.      
  65.      STARTUP
  66.           When SysEdit starts a session the first  thing  it  does  is
  67.           check   to   insure   a   valid   license   file  exists  in
  68.           /usr/local/IST.  If it exists and is valid SysEdit  examines
  69.           the  users  $HOME  directory  for  the  initialization  file
  70.           ISTSE.$TERM.  If the file is found the commands  in  it  are
  71.           executed.   If  the  file  is not found then the ISTSE.$TERM
  72.           file in /usr/local/IST is executed.  This file normally con-
  73.           tains initial MODE settings, KEY definitions and BINDings.
  74.      
  75.           After the ISTSE.$TERM file is executed SysEdit executes  the
  76.           ISTSE.CFG  file  if  it exists in the current directory.  If
  77.           not found in the current directory the users $HOME directory
  78.           is searched for the same file and if found it is executed.
  79.      
  80.      EXAMPLES
  81.           The following command:
  82.      
  83.                example%  se
  84.      
  85.           will start a session for editing a new (not yet named) file.
  86.      
  87.           The following command:
  88.      
  89.                example%  se filename
  90.      
  91.           will start a session for editing the requested filename.
  92.      
  93.           The following command:
  94.      
  95.                example%  se -c "c/dog/cat/;n;*;file" *.c
  96.      
  97.           will start a stream editing session  that  will  change  all
  98.           occurances  of the string "dog" to "cat" in all files ending
  99.           with .c in the current directory.
  100.      
  101.      SEE ALSO
  102.           SysEdit Text Processor User Manual
  103.      
  104.      BUGS
  105.           No Known Bugs.